/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/shared/MenuOverlay/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.menu-block {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.menu-block:hover {
  opacity: 0.8;
}

.menu-wrapper .menu-block a,
.menu-project-title a {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .menu-wrapper .menu-block a,
  .menu-project-title a {
    font-size: 22px;
  }
}

.menu-spacer {
  margin: 24px 0;
  height: 1px;
  background-color: #262a2c;
}

.w-100 {
  width: 100%;
}

.menu-icon {
  width: 24px;
  height: 24px;
  background: url("/images/icons/menu-icon.png") center center no-repeat;
  cursor: pointer;
}

.projects-list-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.prj-wrapper {
  display: flex;
  flex-direction: row;
  gap: 32px;
  max-width: 560px;
  height: 420px;
}
@media only screen and (max-width: 992px) {
  .prj-wrapper {
    height: 30vh;
  }
}

.prj-wrapper .prj-list {
  flex: 1 1;
}

.prj-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-wrap: wrap;
}

.prj-list li a {
  color: #7d868b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.prj-list li a:hover {
  color: #fff;
}

.cross-icon {
  width: 24px;
  height: 24px;
  background: url("/images/icons/cross-icon.png") center center no-repeat;
  display: none;
  cursor: pointer;
}

.profile-icon {
  width: 24px;
  height: 24px;
  background: url("/images/icons/profile-icon.png") center center no-repeat;
  cursor: pointer;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/shared/Loader/index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.loader {
  width: 30px;
  height: 30px;
  border: 3px solid #007735;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./node_modules/react-loading-skeleton/dist/skeleton.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./src/components/ThemeSwitcher/ThemeSwitcher.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.ThemeSwitcher_theme-switcher__c2qeI {
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
}

.ThemeSwitcher_dark__YS8P1 {
  background-image: url("/images/icons/theme-moon.svg");
  /* Moon icon: show white in light theme (will switch TO dark) */
  filter: brightness(0) saturate(100%) invert(24%) sepia(8%) saturate(446%) hue-rotate(169deg) brightness(95%) contrast(87%);
}

.ThemeSwitcher_light__6CUOi {
  background-image: url("/images/icons/theme-sun.svg");
  /* Sun icon: show orange in dark theme (will switch TO light) */
  filter: brightness(0) saturate(100%) invert(36%) sepia(42%) saturate(1154%) hue-rotate(341deg) brightness(95%) contrast(87%);
}



/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./src/components/ProfileDropdown/index.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/

.ProfileDropdown_profileDropdown__B0Okk {
  position: relative;
  display: flex;
  align-items: center;
}

.ProfileDropdown_profileIcon__O3E6z {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: #fff;
}

[data-theme="light"] .ProfileDropdown_profileIcon__O3E6z {
  color: var(--text-primary);
}

/* DROPDOWN */
.ProfileDropdown_dropdownMenu__ziLIO {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 200px;
  background: var(--bg-elevated, #1a1a1a);
  border: 1px solid var(--border, #333);
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  padding: 6px;
  z-index: 2000;
  animation: ProfileDropdown_dropdownFade__j__bO 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: top right;
}

/* ITEMS */
.ProfileDropdown_dropdownItem__Ifmxx {
  width: 100%;
  padding: 10px 12px;
  background: none;
  border: none;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: var(--text-primary, #fff);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.15s ease;
}

.ProfileDropdown_dropdownItem__Ifmxx:hover {
  background-color: var(--surface-2, rgba(255, 255, 255, 0.1));
}

.ProfileDropdown_icon__KJKUe {
  font-size: 16px;
  opacity: 0.8;
}

/* LOGOUT */
.ProfileDropdown_danger__RsJ8v {
  color: #f87171;
}

.ProfileDropdown_danger__RsJ8v:hover {
  background-color: rgba(248, 113, 113, 0.1);
}

/* ANIMATION */
@keyframes ProfileDropdown_dropdownFade__j__bO {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(-8px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

